package net.sourceforge.pmd.util.viewer.gui; /** * contains action command constants * * @author Boris Gruschko ( boris at gruschko.org ) * @version $Id: ActionCommands.java,v 1.1 2004/07/14 16:37:15 ngjanice Exp $ */ public interface ActionCommands { public static final String COMPILE_ACTION = "Compile"; public static final String EVALUATE_ACTION = "Evaluate"; } /* * $Log: ActionCommands.java,v $ * Revision 1.1 2004/07/14 16:37:15 ngjanice * 14 juillet 2004 - 12h32 * * Revision 1.1 2003/09/23 20:32:42 tomcopeland * Added Boris Gruschko's new AST/XPath viewer * * Revision 1.1 2003/09/24 01:33:03 bgr * moved to a new package * * Revision 1.1 2003/09/22 05:21:54 bgr * initial commit * */